home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / misc / dirdb.readme < prev    next >
Text File  |  1993-03-10  |  1KB  |  35 lines

  1. Short: Suite of progs to do useful things with files
  2.  
  3. These programs make and search databases created from Amiga directory
  4. trees. It is much faster to search one of these databases for a file,
  5. than it is to search the filesystem. Also, you can use these programs
  6. to do something with all the files which match a pattern, or with
  7. random files.
  8.  
  9.  Uses :
  10.  ~~~~
  11.  
  12.  - Finding a file, when only part of its name is known
  13.  - Choosing a file at random
  14.   ++ Playing a random sound sample, either from a script (see the
  15.      examples), by a hot key (using FKey and the scripts) or
  16.      a cron program (and the scripts). My amiga plays a random
  17.      sound sample every quarter hour, between reasonable hours,
  18.      to keep me awake. Look for CyberCron.
  19.   ++ Choosing a random background picture (for WB3.0 or via NickPrefs).
  20.      1. Set up a directory of background images
  21.      2. Make a (hard) link to one of them,
  22.       eg. "MakeLink sys:prefs/presets/BGPic.pre sys:wbpics/Maddonna hard" :-)
  23.      3. Use WBPattern or NickPrefs WBPicture to load BGPic.pre
  24.      4. In your startup-sequence, before IPrefs or NickPrefs,
  25.         insert the lines:
  26.       delete >NIL: sys:prefs/presets/BGPic.pre
  27.       utilities:dbentry >NIL: dh0:dirdbs/WBPics.db random
  28.         pre="makelink sys:prefs/NickPrefs/wbpic.link " post=" hard" execute
  29.          (The last line was wrapped for readability)
  30.  
  31. John Matthews
  32. tribble@gphs.vuw.ac.nz
  33. 11-March-1993
  34.  
  35.